Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/22 - Zoom Effect/

assets /cody/swapnilsparsh/30DaysOfJavaScript/22 - Zoom Effect/assets/
2 Items
  • image.jpg
  • zoom.png
  • font /cody/swapnilsparsh/30DaysOfJavaScript/22 - Zoom Effect/font/
    1 Items
  • sans.ttf
  • index.html /cody/swapnilsparsh/30DaysOfJavaScript/22 - Zoom Effect/index.html
    401 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge"
    script.js /cody/swapnilsparsh/30DaysOfJavaScript/22 - Zoom Effect/script.js
    203 Views
    0 Comments
    const { body } = document;

    let zoomActivated = false;

    window.addEventListener('keydown', (e) => {
    if(e.key === 'z') {
    zoomA
    style.css /cody/swapnilsparsh/30DaysOfJavaScript/22 - Zoom Effect/style.css
    146 Views
    0 Comments
    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

    @font-face {
    font-family: "sans";